Version Packages (2026-07)#4571
Merged
Merged
Conversation
0775e72 to
6f4b43d
Compare
6f4b43d to
10fa6a2
Compare
andrewmcgov
approved these changes
Jul 8, 2026
robin-drexler
approved these changes
Jul 8, 2026
|
|
||
| ## 2026.7.0 | ||
|
|
||
| ### Minor Changes |
Member
There was a problem hiding this comment.
why is this the only minor change 😅
not blocking I guess
Contributor
There was a problem hiding this comment.
Its all automatic from the changeset files people made. I think some changes in this package might not have included a changeset.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 2026-07, this PR will be updated.
Releases
@shopify/ui-extensions@2026.7.0
Major Changes
eb74eccThanks @lrsterrett! - 2026-07-rc releaseMinor Changes
#4570
5d1769dThanks @andrewmcgov! - Add purchaseType and recurringCycleLimit subscribable fields to the DiscountsApi for discount function settings extensions.#4512
b965a97Thanks @daniszewskik! - Added optionaldiscountAllocationsfield to POS bundleLineItemComponentso extensions can access the discount amount allocated to each bundle component.#4530
19794cdThanks @cpeddecord! - Release theChatcomponent (s-chat) to checkout UI extensions.#4531
c9f995cThanks @vctrchu! - Added an optionaloptionsargument to the POScart.addLineItemmethod so a single call can create a line item and decorate it with line-item properties (properties) in one operation. This avoids the extra native call and cart sync of chainingaddLineItem→addLineItemProperties. Backwards compatible—the third argument is optional. Adds theAddLineItemOptionstype.#4515
9608767Thanks @aaronschubert0! - Add the POSshopify.printingAPI.shopify.printing.getPrinters()discovers hardware printers currently available to the device, andshopify.printing.print(src, options?)prints content fetched from a URL — opening the system print dialog by default, or sending directly to a printer when aprinter(fromgetPrinters()) is passed viaoptions. This supersedesshopify.print, which is now deprecated.#4489
8f27436Thanks @akhayoon! - Addsession.staffMemberfor POS UI extensions so extensions can read and subscribe to the currently pinned staff member.Patch Changes
#4491
2399687Thanks @jasonblickhan! - Addadmin.abandoned-checkout-index.action.renderandadmin.abandoned-checkout-index.action.should-renderextension targets for the abandoned checkout index page. This mirrors the action targets already available on other resource index pages (orders, customers, products, draft orders, etc.) and unblocksadmin.abandoned-checkout-index.action.linkadmin link extensions.#4334
234aeadThanks @henrytao-me! - Add admin.app.home.render extension target#4468
84c8acdThanks @JoviDeCroock! - NarrowAppHomeApi.intentsto a newAppHomeIntentsshape that exposes a signal-likerequestso the runtime can stream link intents into a long-livedadmin.app.home.renderextension.WithGeneratedIntentscontinues to narrowrequest.valueto the CLI-generated variants.#4468
84c8acdThanks @JoviDeCroock! - Expose theToolsAPI onAppHomeApisoadmin.app.home.renderextensions can callshopify.tools.register(...)even before the CLI generates typed overloads. Adds a matching mock to@shopify/ui-extensions-tester.#4499
e0e4f00Thanks @charlesdobson! - Addpickaction andshopify/Fileresource type to the admin Intents API, enabling extensions to open the file picker viaintents.invoke('pick:shopify/File', …).#4454
be8c9e2Thanks @lsit! - Add inlineSize to the customer account Page component#4476
338a696Thanks @lsit! - Update docs for inlineSize prop on customer account Page component#4477
d607e02Thanks @shivinmisra-shopify! - Add optionalcashRoundingAdjustmentmoney data to POS transaction-complete payload types.#4442
060e669Thanks @justinhenricks! - Thelabelprop on the checkout and customer-accounts-checkboxcomponent now accepts a label as a slot in addition to a plain string, label slots can include only plain text and s-links.#4566
3785596Thanks @jamesvidler! - DeprecateuseBuyerJourneyInterceptand thebuyerJourney.interceptAPI. Use a cart and checkout validation function instead. The buyer journey intercept will be removed in a future version of the API.#4335
bf2184aThanks @JoviDeCroock! - Add generic helper types for intents#4346
ea1b6f4Thanks @JoviDeCroock! - Match correctly on optional response#4455
fe62c86Thanks @justinhenricks! - AddtextAlignprop to the checkoutParagraphcomponent, supporting'start','end','center', and'auto'values.#4466
cc5f4b3Thanks @vctrchu! - Narrow thepos.app.ready.datacart API surface to readonly. The background extension target'sshopify.cartnow only exposes the subscribablecurrentsignal; cart mutation methods (addLineItem,clearCart,applyCartDiscount,setCustomer, etc.) are not typed on this target. Cart mutation remains available to interactive render targets via the unchangedCartApi.Internally this splits
CartApiContentintoReadonlyCartApiContent+MutableCartApiContent(both re-exported), and introducesReadonlyCartApifor use inDataTargetApi.#4544
7a403f6Thanks @vctrchu! - Remove nativeEventinheritance from POS event payload types.#4535
d70009aThanks @vctrchu! - Remove the deprecated POS.observeevent extension targets:pos.transaction-complete.event.observe,pos.cash-tracking-session-start.event.observe,pos.cash-tracking-session-complete.event.observe, andpos.cart-update.event.observe. These were early-access targets with effectively no production usage.Use the
pos.app.ready.databackground target instead:shopify.addEventListener('transactioncomplete' | 'cashtrackingsessionstart' | 'cashtrackingsessioncomplete', callback)for the event targets, andshopify.cart.current.subscribe()for cart updates.This also removes the
EventExtensionTargets/EventExtensionTargettypes and theTransactionCompleteData,CashTrackingSessionStartData,CashTrackingSessionCompleteData, andCartUpdateEventDatapayload types. The receipt-target typeTransactionCompleteWithReprintDatais unchanged.#4509
7129e7dThanks @james-a-c! - Deprecate renderMode on shipping option item#4349
f2b2b10Thanks @vividviolet! - Publish package with admin.app.home.render target#4511
f972657Thanks @lsit! - Expose thepaddingprop on the checkout and customer accounts-sectioncomponents.@shopify/ui-extensions-tester@2027.0.0
Major Changes
eb74eccThanks @lrsterrett! - 2026-07-rc releaseMinor Changes
8f27436Thanks @akhayoon! - Addsession.staffMemberfor POS UI extensions so extensions can read and subscribe to the currently pinned staff member.Patch Changes
#4491
2399687Thanks @jasonblickhan! - Addadmin.abandoned-checkout-index.action.renderandadmin.abandoned-checkout-index.action.should-renderextension targets for the abandoned checkout index page. This mirrors the action targets already available on other resource index pages (orders, customers, products, draft orders, etc.) and unblocksadmin.abandoned-checkout-index.action.linkadmin link extensions.#4468
84c8acdThanks @JoviDeCroock! - NarrowAppHomeApi.intentsto a newAppHomeIntentsshape that exposes a signal-likerequestso the runtime can stream link intents into a long-livedadmin.app.home.renderextension.WithGeneratedIntentscontinues to narrowrequest.valueto the CLI-generated variants.#4468
84c8acdThanks @JoviDeCroock! - Expose theToolsAPI onAppHomeApisoadmin.app.home.renderextensions can callshopify.tools.register(...)even before the CLI generates typed overloads. Adds a matching mock to@shopify/ui-extensions-tester.#4499
e0e4f00Thanks @charlesdobson! - Addpickaction andshopify/Fileresource type to the admin Intents API, enabling extensions to open the file picker viaintents.invoke('pick:shopify/File', …).#4544
7a403f6Thanks @vctrchu! - Remove nativeEventinheritance from POS event payload types.#4535
d70009aThanks @vctrchu! - Remove the deprecated POS.observeevent extension targets:pos.transaction-complete.event.observe,pos.cash-tracking-session-start.event.observe,pos.cash-tracking-session-complete.event.observe, andpos.cart-update.event.observe. These were early-access targets with effectively no production usage.Use the
pos.app.ready.databackground target instead:shopify.addEventListener('transactioncomplete' | 'cashtrackingsessionstart' | 'cashtrackingsessioncomplete', callback)for the event targets, andshopify.cart.current.subscribe()for cart updates.This also removes the
EventExtensionTargets/EventExtensionTargettypes and theTransactionCompleteData,CashTrackingSessionStartData,CashTrackingSessionCompleteData, andCartUpdateEventDatapayload types. The receipt-target typeTransactionCompleteWithReprintDatais unchanged.#4349
f2b2b10Thanks @vividviolet! - Publish package with admin.app.home.render targetUpdated dependencies [
2399687,234aead,5d1769d,84c8acd,84c8acd,e0e4f00,be8c9e2,b965a97,338a696,d607e02,19794cd,060e669,3785596,bf2184a,ea1b6f4,fe62c86,c9f995c,cc5f4b3,7a403f6,9608767,d70009a,7129e7d,f2b2b10,f972657,8f27436,eb74ecc]: